home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c++-part2 / 14578 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  976 b 

  1. Path: news.nyu.edu!schonberg!dewar
  2. From: dewar@cs.nyu.edu (Robert Dewar)
  3. Newsgroups: comp.lang.ada,comp.lang.c++
  4. Subject: Re: some questions re. Ada/GNAT from a C++/GCC user
  5. Date: 31 Mar 1996 23:34:12 -0500
  6. Organization: Courant Institute of Mathematical Sciences
  7. Message-ID: <dewar.828333135@schonberg>
  8. References: <wnewmanDoxrCp.DKv@netcom.com> <4je9ju$174r@watnews1.watson.ibm.com> <ROGOFF.96Mar28134118@sccm.Stanford.EDU> <4jhe1v$m0g@dayuc.dayton.saic.com> <Dp3G4u.KEA@world.std.com>
  9. NNTP-Posting-Host: schonberg.cs.nyu.edu
  10. X-Newsreader: NN version 6.5.0 (NOV)
  11.  
  12. The trouble with mixing declarations and statements is that it blurs
  13. the lines beween elaboration and execution, and can result in considerable
  14. semantic confusion. Where for example would tasks be activated, and
  15. what does
  16.  
  17.   if x then a : integer; ....
  18.  
  19. Yes, this can be given a meaning, but I don't think it is worth the
  20. effort. Having programmed in Algol-68 a lot, this is one A68 feature
  21. I can do without.
  22.  
  23.